* lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 May 2024 17:27:50 +0000 (13:27 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 22 May 2024 17:27:50 +0000 (13:27 -0400)
commitd8af7c99bb0d98ab1b246cc5d8a1c5567c379d74
treefadcaa80683906fd79c78619d79fc699c7210b8f
parent70effed88df2e99287cfdabb924854f69ed668e2
* lisp/emacs-lisp/pcase.el (pcase--subtype-bitsets): Fix bootstrap failure

`rm lisp/emacs-lisp/cl-preloaded.elc src/bootstrap-emacs`
followed by `make` ended up loading right after defining
`built-in-class-p` but before actually defining the
built-in-classes so the computation of bitsets failed.
lisp/emacs-lisp/pcase.el